home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 21
/
AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso
/
PublicDomain
/
Emulatoren
/
ppclibemu
/
tests
/
hello_world.c
next >
Wrap
C/C++ Source or Header
|
1999-08-23
|
95b
|
9 lines
#include <stdlib.h>
#include <stdio.h>
main()
{
printf("Hello %s!\n","World");
exit(0);
}